From 4736b17e0b96dca562c35ee7d8df873c46b678bc Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 27 May 1993 02:27:22 +0000 Subject: [PATCH] * Makefile.in (${SUBDIR}): Pass the value of the make variable to subdirectory makes. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 83c27e01a1f..8b1371d0405 100644 --- a/Makefile.in +++ b/Makefile.in @@ -236,8 +236,8 @@ src: lib-src ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC cd $@; $(MAKE) all ${MFLAGS} \ - CC='${CC}' CFLAGS='${CFLAGS}' prefix='${prefix}' \ - srcdir='${srcdir}/$@' libdir='${libdir}' + CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ + prefix='${prefix}' srcdir='${srcdir}/$@' libdir='${libdir}' ## We build the makefiles for the subdirectories here so that we can ## edit the values for the path variables into them. This means that -- 2.30.2